home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-09-30 | 1.3 KB | 51 lines | [TEXT/MPS ] |
- #
- # Apple Macintosh Developer Technical Support
- #
- # MultiFinder-Aware Simple TextEdit Sample Application
- #
- # OOPTESample
- #
- # TMLRules.make - TML Pascal Stuff
- #
- # Copyright © 1988, 1989 Apple Computer, Inc.
- # All rights reserved.
- #
- # Version:
- # 1.10 10/89
- # 1.00 04/89
- #
- # Components:
- # BuildOOPTESample October 1, 1989
- # MOOPTESample.p October 1, 1989
- # OOPTESample.make October 1, 1989
- # TECommon.h October 1, 1989
- # TESampleGlue.a October 1, 1989
- # TESample.r October 1, 1989
- # UApplication.p October 1, 1989
- # UApplication.inc1.p October 1, 1989
- # UDocument.p October 1, 1989
- # UDocument.inc1.p October 1, 1989
- # UTEDocument.p October 1, 1989
- # UTEDocument.inc1.p October 1, 1989
- # UTESample.p October 1, 1989
- # UTESample.inc1.p October 1, 1989
- #
-
- # These lines are necessary for TML Pascal. TML doesn't like to USE
- # units that are not compiled. Therefore, I have to establish these
- # dependancies to make sure my units are compiled in the right order.
-
- UApplication.p ƒ ∂
- "{ObjFolder}"UDocument.p.o
-
- UTEDocument.p ƒ ∂
- "{ObjFolder}"UDocument.p.o ∂
- "{ObjFolder}"UApplication.p.o
-
- UTESample.p ƒ ∂
- "{ObjFolder}"UDocument.p.o ∂
- "{ObjFolder}"UApplication.p.o ∂
- "{ObjFolder}"UTEDocument.p.o
-
-
-